Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Not sure about JQuery...

But I just did this with YUI's AutoComplete using a Domino/JSON view.

Here is my YUI data source which points at a regular Domino view. I was unable to point at view columns by ID, but did have success getting content by column number.

var myDataSource = new YAHOO.util.XHRDataSource("/database.nsf/pluJSON!readviewentries&outputFormat=JSON");
myDataSource.responseType = YAHOO.util.XHRDataSource.TYPE_JSON;
myDataSource.responseSchema = {
resultsList : "viewentry",
fields: [
"entrydata[0].text[0]",
"entrydata[1].text[0]",
"entrydata[2].text[0]"
]
};


Feedback response number WEBB7RLQ86 created by ~Sven Zeknukonyoni on 04/30/2009

jQuery AJAX autocomplete with view ... (~Hal Churepuloo... 30.Apr.09)
. . Not sure about JQuery... (~Sven Zeknukony... 30.Apr.09)
. . . . YUI vs. jQuery (~Hal Churepuloo... 30.Apr.09)
. . . . . . jQuery vs. YUI (~Sven Zeknukony... 1.May.09)
. . . . . . . . personal pref (~Hal Churepuloo... 1.May.09)
. . got it! (~Hal Churepuloo... 30.Apr.09)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS